Welcome![Sign In][Sign Up]
Location:
Search - cube data

Search list

[OtherAnalysis-Services

Description: 大学数据挖掘课程设计多维数据集Visual Studio 项目-University data mining curriculum design cube Visual Studio project
Platform: | Size: 33792 | Author: meng | Hits:

[OtherAnalysis-Services-3

Description: 大学数据挖掘课程设计多维数据集(2)Visual Studio 项目-University data mining curriculum design cube Visual Studio project
Platform: | Size: 34816 | Author: meng | Hits:

[ADO-ODBCID3

Description: 大学数据挖掘课程设计决策树算法,对多维数据集挖掘-The university data mining curriculum design decision tree algorithm, the cube mining
Platform: | Size: 5120 | Author: meng | Hits:

[Software EngineeringLab12_2

Description: 要求计算正方体、球和圆柱3个几何体的表面积和体积。要求抽象出一个公共的基类Base,把它作为抽象类,在该类内定义求表面积和体积的纯虚函数。在抽象类中可以定义一个数据成员length,它可作为球的半径、正方体的边长或圆柱体底面积的半径。-Required to calculate cube, sphere and cylinder 3 geometry surface area and volume. Requires a common abstract base class Base, take it as an abstract class defined within the class find the surface area and volume of pure virtual functions. In an abstract class can define a data member length, it can be used as the radius of the ball, cube or cylinder side length of the radius of the bottom area.
Platform: | Size: 1024 | Author: 郑秋凯 | Hits:

[SCMAVR-3DLED

Description: 光立方。AVR mega16单片机控制。没用算法,直接读数据。已经写满存储器。-Light cube. AVR mega16 MCU control. Useless algorithm, direct reading data. Already fill the memory.
Platform: | Size: 21504 | Author: dongjiren | Hits:

[Other3

Description: 设计一个立方体类Box,能够计算并输出立方体的表面积和体积。 提示:定义一个立方体类Box,包含一个私有数据成员(立方体边长),两个公有函数(构造函数Box和计算并输出立方体的表面积和体积的函数show)。 -Design of a cube class Box, the output can be calculated and the surface area and volume of the cube. Tip: define a class cube Box, comprising a private data member (cubic edge length), two public methods (Box constructor and calculates and outputs the surface area and volume of a cube function show).
Platform: | Size: 269312 | Author: 刘舰阳 | Hits:

[CSharpmofanwenti

Description: 魔方问题 数据结构 使用c++ 经典问题-Cube problem Data Structure Using c++ Classic problem
Platform: | Size: 64512 | Author: sky | Hits:

[SCMlightcube

Description: 光立方完整资料(原理图 清单 程序 频谱 仿真 取模软件 上位机软件)。-The principle diagram of the complete data cube light (listing program modulus spectrum simulation software PC software).
Platform: | Size: 3456000 | Author: eho | Hits:

[3D GraphicVolumeRendering

Description: VTK实验程序,利用VTK开源库,实现体数据的Marching Cube等值面提取,程序中可修改等值面参数,交互界面可实现缩放和旋转-Marching Cube VTK isosurface experimental procedures, the use of VTK open source library that implements volume data extraction process parameters can be modified isosurfaces, interactive interface enables scaling and rotation
Platform: | Size: 353280 | Author: Ma Fuxiao | Hits:

[SQL ServercubeWebService

Description: 数据立方体webservice为http请求进行服务-data cube webservice for http request
Platform: | Size: 7168 | Author: sunfan | Hits:

[Other4_2

Description: 定义一个立方体类,包含的数据成员有立方体的左上角坐标位置和右下角坐标位置,并实现如下要求。 要求: 1)构造函数带入两个三维坐标点位置来初始化成员变量; 2)另一个构造函数带入一个坐标点位置和一个边长来构造一个正方体; 3)一个成员函数求立方体的中心; 4)一个成员函数来获取立方体的体积和表面积; 5)添加静态成员变量统计当前有多少个对象处于生存期,添加静态成员变量表示一个生成过多少个对象; 6)添加静态成员函数获取上面的两个静态成员变量。   7)要有主函数测试所写的功能。-Define a cube class contains data members are left coordinate position and the coordinate position of the lower right corner of the cube, and to achieve the following requirements. Requirements: 1) into the two-dimensional coordinates constructor to initialize member variables point 2) another constructor into a coordinate position and a side to construct a cube 3) A member function evaluation center of the cube 4) a member function to get the cube of volume and surface area 5) Add a static member variable statistics how many objects are in the current lifetime, add a static member variable represents a generation how many objects 6) Add a static member function to get the above two static member variables. 7) The main function tests have written functions.
Platform: | Size: 1024 | Author: 杨世坤 | Hits:

[Otherzhongxin

Description: 本人编的求重心小程序,是基于包围盒的,输入数据,和最小立方体边长,step为包围盒扩展边界的数值可取与小立方体边长一样-I find the center of gravity series of small programs, is based on the bounding box of the input data, and the smallest cube edge length, step to extend the boundary of the bounding box value and desirability as a small cube edge length
Platform: | Size: 1024 | Author: liulei | Hits:

[SCMcube_pc-v0.1.tar

Description: 8*8*8 LED 立方体动画程序,atmega32单片机;PC串行传送数据,需要Linux编译程序。-8* 8* 8 LED cube animation program, atmega32 microcontroller PC serial transmission of data, you need Linux compiler.
Platform: | Size: 83968 | Author: 刘建华 | Hits:

[Mathimatics-Numerical algorithmsprzgrid_cube_v3

Description: Prismatic grid in a unit cube is generated and written in the UGRID format. It s just a cubic domain, but may be useful in learning unstructured grid data.
Platform: | Size: 4096 | Author: ARP | Hits:

[Mathimatics-Numerical algorithmshexgrid_cube_v3

Description: Hexahedral grid in a unit cube is generated and written as unstructured/finite- element data in a UGRID 3D unstructured grid file. It may be useful for those who want to learn a typical data structure of unstructured grids.
Platform: | Size: 3072 | Author: ARP | Hits:

[3D Graphicpointcloud-_visualize

Description: 基于PCL点云的可视化程序 入门必备 点云数据是自行创建的立方体点云 读者可以自行替换成需要显示的程序-Point cloud visualization program Getting the necessary Point cloud point cloud data is self-created cube Readers can replace their own program needs to be displayed
Platform: | Size: 1024 | Author: 王三国 | Hits:

[Streaming Mpeg4enet-1.3.7.tar

Description: ENet evolved specifically as a UDP networking layer for the multiplayer first person shooter Cube. Cube necessitated low latency communcation with data sent out very frequently, so TCP was an unsuitable choice due to its high latency and stream orientation. UDP, however, lacks many sometimes necessary features from TCP such as reliability, sequencing, unrestricted packet sizes, and connection management. So UDP by itself was not suitable as a network protocol either. No suitable freely available networking libraries existed at the time of ENet s creation to fill this niche.
Platform: | Size: 522240 | Author: ochnap2g | Hits:

[AI-NN-PRBUC

Description: 数据挖掘算法BUC,计算稀疏冰山立方体的 C++实现-Data mining algorithms BUC, computing sparse iceberg cube C++ realization
Platform: | Size: 1184768 | Author: 赵引 | Hits:

[SCMLED888

Description: 8x8x8光立方全套资料,含有源码,电路图,PCB-8x8x8 light cube full set of data containing the source code, schematics, PCB
Platform: | Size: 442368 | Author: 凉菜 | Hits:

[Picture Viewerhyperpspectralimaging

Description: 通过影像立方体来模拟输入的遥感高光谱数据,实现高光谱显示-To simulate remote sensing hyperspectral image data input through the cube, to achieve high spectral display
Platform: | Size: 4553728 | Author: 黄兵 | Hits:
« 1 2 3 45 »

CodeBus www.codebus.net